home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-08-02 | 342 b | 41 lines | [TEXT/TiGA] |
-
- |V|: 20 // Number of nodes
- |E|: 30 // Number of edges
-
- 1 2 // Edges are represented as pairs of node numbers...
- 2 3
- 3 4
- 4 5
- 5 6
- 6 7
- 7 8
- 8 9
- 9 10
- 10 1
-
- 1 11
- 2 12
- 3 13
- 4 14
- 5 15
- 6 16
- 7 17
- 8 18
- 9 19
- 10 20
-
- 11 13
- 13 15
- 15 17
- 17 19
- 19 11
-
- 12 14
- 14 16
- 16 18
- 18 20
- 20 12
-
- ---
- This graph is known as dodecahedron.
-